🌎 rns.kin.earth git 🌍
Commit d169c3d9c1bf91e7fac59617ec1d1cb97f1e0ce3
Changes
Diff
diff --git a/RNS/Transport.py b/RNS/Transport.py
index 34d291b2..0a7d4d6c 100755
--- a/RNS/Transport.py
+++ b/RNS/Transport.py
@@ -657,10 +657,6 @@ class Transport:
packet = Transport.destination_table[destination_hash][6]
received_from = Transport.destination_table[destination_hash][5]
- # Setting hops to 0xFF ensures announce is not rebroadcast by any local
- # nodes, but requester will still see it and get a valid path
- # TODO: Consider if there is a more elegant way to do this, or whether
- # rebroadcasts should actually be allowed here
now = time.time()
retries = Transport.PATHFINDER_R
local_rebroadcasts = 0
Served by rngit 1.5.2 - Generated in 0.05s